BBR10 iOS SDK release history


#define SDK_VERSION @"v1.0.0.0"
#define SDK_VERSION @"v1.1.0.0"   //Add EBA 28June2024
#define SDK_VERSION @"v1.2.0.0"   //Add didPowerOnState 29June2024
#define SDK_VERSION @"v1.3.0.0"   //fix enrollpk and verifypk 2July2024
#define SDK_VERSION @"v1.4.0.0"   //Add firmware timeout (AA 00 05 02 70 00 FF 88) check for enroll and verify
#define SDK_VERSION @"v1.5.0.0"   //Add sam slot and smartcard function
#define SDK_VERSION @"v1.6.0.0"   //Add getfwversion and GetTID functions
#define SDK_VERSION @"v1.7.0.0"   //Add pinpad ui and generate pinblock function
#define SDK_VERSION @"v1.8.0.0"   //update pinpad ui and add notification when pinpad ui dismissed
#define SDK_VERSION @"v1.9.0.0"   //update GetPSE function, to change the param protocol, update GetFWVersion, GetTID
#define SDK_VERSION @"v2.0.0.0"   //update pinpad UI to iPad landscape view.
#define SDK_VERSION @"v2.0.0.1"   //update battery level, check status return from btConnectBio, if battery low, return #define BTERR_BATT_LOW              -111
#define SDK_VERSION @"v2.0.0.2"   //1. Set max bio timeout to 10 sec - ok
                                    //2. Add timeout to BLEStartScan - ok
                                    //3. getPSE, check return PAN number, if all 0 mean no card - ok
                                    //4. Add sam authentication before call GetUserPin.

#define SDK_VERSION @"v2.0.0.3"   // fix timeout for BLEStartScan
#define SDK_VERSION @"v2.0.0.4"   // update BLEStartScan timeout prototype
#define SDK_VERSION @"v2.0.0.5"   // update with MyKid functions 18/9/24
#define SDK_VERSION @"v2.0.0.6"     // update with MyKid JPN#4 functions 17/10/24, ConnectUUID with timeout, fix BLEScan timeout
#define SDK_VERSION @"v2.0.0.7"   //Add bIsStopBLEScan in BLEStartScan()
#define SDK_VERSION @"v2.0.0.8"     //Add GetFWVersion() before GetBatteryStatus(), checking to FW version to return battery status
#define SDK_VERSION @"v2.0.0.9"     // Add SAMAuthentication() in DecryptSessionKey(),
                                    // change buffer command at setICCPowerOn() to work for all card type
                                    // Add GetUserPinDirect() function to support PBB without input session key
#define SDK_VERSION @"v2.0.0.10"    // Bluetooth disconnect function timeout.
                                    // Add new function for read MyKad fingerprint with no output return


